@charset "utf-8";
body {
  font-size: 18px;
}
p {
  line-height: 2;
  margin-bottom: 1em;
}
a:hover {
  text-decoration: underline;
}
.sp {
  display: none;
}


/* 基本レイアウト---------------- */
#wrapper {
  position: relative;
  width: 100%;
  text-align: center;
}
#container {
  position: relative;
}
.main {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}


/* ヘッダー---------------- */
#head {
  position: fixed;
  width: 100%;
  height: 68px;
  background: rgba(244,246,250,0.8);
  z-index: 500;
}
.head_in {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 14px 40px;
}
#head_logo {
  width: 30%;
  margin-top: 5px;
}
#head_logo_in {
  width: 100%;
  max-width: 310px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#head_logo01 {
  font-size: 21px;
  color: #717173;
  margin-right: 5.5%;
}
#head_logo02 {
  width: 29%;
}
#head_logo img {
  width: auto;
  height: 32px;
}
#head_menu {
  display: flex;
  width: 70%;
}
#head_menu nav {
  margin-left: auto;
}
#head_menu ul li {
  display: inline-block;
  font-size: 12px;
}
#head_menu ul li a {
  margin: 0 15px;
  line-height: 38px;
}
#head_menu ul li.b01 a {
  display: block;
  width: 136px;
  margin-right: 5px;
  text-align: center;
  color: #fff;
  background: #07B9FF;
  border: 1px solid #07B9FF;
  border-radius: 20px;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  transition: .3s;
}
#head_menu ul li.b01 a:hover {
  text-decoration: none;
  opacity: .8;
  box-shadow: none;
  transition: .3s;
}
#head_menu ul li.b02 a {
  display: block;
  width: 160px;
  margin: 0 0 0 5px;
  text-align: center;
  color: #07B9FF;
  background: #fff;
  border: 1px solid #07B9FF;
  border-radius: 20px;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  transition: .3s;
}
#head_menu ul li.b02 a:hover {
  text-decoration: none;
  opacity: .8;
  box-shadow: none;
  transition: .3s;
}
@media screen and (min-width:751px) and (max-width:950px) {
  #head_menu ul li a {
    margin: 0 3px;
  }
  #head_menu ul li.b01 a, #head_menu ul li.b02 a {
    width: 110px;
    margin: 0 3px;
  }
}
#lang_choice_1 {
  padding: 4px;
  border: 1px solid #07B9FF;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  background: #fff;
  color: #07B9FF;
  outline: none;
  cursor: pointer;
}


/* フッター----------------- */
#foot_top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 60px 0 20px;
  text-align: left;
}
.foot_top_col01 {
  width: 39.65%;
}
.foot_top_col02 {
  width: 60.35%;
  padding-top: 40px;
}
#foot_top h2 {
  margin-bottom: 10px;
  font-weight: bold;
}
#foot_top h2 span {
  position: relative;
  display: inline-block;
}
#foot_top h2 span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
}
.foot_logo01 {
  margin-bottom: 10px;
}
#foot_top h3 {
  margin-bottom: 10px;
  font-size: 18px;
}
#foot_top ul {
  margin-bottom: 30px;
}
#foot_top ul li {
  line-height: 2;
  font-size: 18px;
}
.foot_top_col02 h2 {
  display: none;
}
.map01 {
  margin-bottom: 10px;
}
#copyright {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 25px;
}
#copyright small {
  font-size: 14px;
}


/* トップ---------------- */
#top01 {
  position: relative;
  padding-bottom: 80px;
  background: url("./pc_bg_img1.png") no-repeat;
  background-position: right top;
}
#top01 .main {
  position: relative;
  padding-top: 120px;
  z-index: 10;
}
#top01 .main:after {
  position: absolute;
  top: 0;
  left: -44px;
  display: block;
  content: "";
  width: 290px;
  height: 238px;
  background: url("./bg_img2.png") no-repeat;
}
#top01 h1 {
  margin-bottom: 20px;
  font-size: 54px;
  line-height: 2;
}
.top01_01 {
  width: 470px;
}
.txt03 {
  margin-bottom: 127px;
  color: #717173;
}
.txt01 {
  font-size: 12px;
  color: #07B9FF;
}
.top01_01 .txt01 {
  margin-bottom: 40px;
}
.ul01 li {
  margin-right: 12px;
  text-align: center;
}
.ul01 li.b01 a {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  padding: 18px 80px;
  color: #fff;
  background: #07B9FF;
  border: 1px solid #07B9FF;
  border-radius: 32px;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  transition: .3s;
}
.ul01 li.b01 a:hover {
  text-decoration: none;
  opacity: .8;
  box-shadow: none;
  transition: .3s;
}
.ul01 li.b02 a {
  display: block;
  line-height: 48px;
  color: #07B9FF;
  background: #fff;
  border: 1px solid #07B9FF;
  border-radius: 24px;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  transition: .3s;
}
.ul01 li.b02 a:hover {
  text-decoration: none;
  opacity: .8;
  box-shadow: none;
  transition: .3s;
}
#top01_img01 {
  position: absolute;
  top: 184px;
  right: 0;
  text-align: right;
}
#top01_img01 img {
  max-width: 100%;
  height: auto;
}

.h2_01 {
  margin-bottom: 70px;
  text-align: center;
  font-size: 28px;
}
.h2_01 span {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.h2_01 span:after {
  position: absolute;
  display: block;
  content: "";
  top: -22px;
  right: -22px;
  width: 80px;
  height: 57px;
  background: url("./headline_style.png") no-repeat;
  z-index: -1;
}
.top02_01 {
  background: url("./pc_bg_balloon1.png") no-repeat;
}
.top02_01_01 {
  margin-bottom: 100px;
}
.top02_col01 {
  width: 47.5%;
  margin-right: 6%;
}
.top02_col02 {
  width: 46.5%;
}
.top02_img01 {
  padding: 74px 0 0 20px;
}
.img_res img {
  max-width: 100%;
  height: auto;
}
.h3_01 {
  margin-bottom: 30px;
  font-size: 20px;
}
.top02_01_02 .main {
  padding-bottom: 100px;
  background: url("./pc_bg_balloon2.png") no-repeat;
  background-position: right 140px top;
}
.top02_img02 {
  padding-top: 80px;
}
.top02_01_03 .main {
  padding-bottom: 100px;
  background: url("./pc_bg_balloon3.png") no-repeat;
  background-position: left 85px top;
}

.contact01 {
  padding: 35px 0 45px;
  color: #fff;
  background: #07B9FF;
}
.btn01 {
  text-align: center;
}
.btn01 a {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin: 25px auto 0;
  padding: 10px 34px;
  color: #07B9FF;
  background: #fff;
  border: 1px solid #07B9FF;
  border-radius: 32px;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  transition: .3s;
}
.btn01 a:hover {
  text-decoration: none;
  opacity: .8;
  box-shadow: none;
  transition: .3s;
}

#top03 {
  padding: 70px 0;
}
.waku01 {
  width: 460px;
  padding: 40px 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border: 4px solid #000;
  border-radius: 10px;
}
.underline01 {
  color: #FF7629;
  text-decoration: underline;
}
.p01 {
  margin-bottom: 60px;
}
.link01 a, .link02 a {
  display: inline-block;
  font-weight: bold;
}
.link01:after, .link02:after {
  display: inline;
  content: "＞";
  margin-left: 1em;
  color: #07B9FF;
}

.faq01 {
  padding: 80px 0;
  background: #C7EAFB;
}
.h2_02 {
  margin-bottom: 70px;
  text-align: center;
  font-size: 28px;
}
.h2_02 span {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.h2_02 span:after {
  position: absolute;
  display: block;
  content: "";
  top: -22px;
  right: -22px;
  width: 80px;
  height: 57px;
  background: url("./headline_style_wh.png") no-repeat;
  z-index: -1;
}
.main01 {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
}
.qa01 dt {
  width: 70px;
}
.qa01 dd {
  margin: -48px 0 55px 70px;
  color: #005839;
}
.qa01 h3 {
  font-size: 28px;
  color: #45C899;
}

#top04 {
  padding: 70px 0;
}
#top_slider {
  position: relative;
  margin-bottom: 80px;
}
#top_slider {
  text-align: left;
}
.slide_col01 {
  width: 46.55%;
  margin-right: 6.9%;
}
.slide_col02 {
  width: 44.85%;
  margin-right: 1.7%;
  margin-top: 55px;
}
.slide_col01 h3 {
  margin-bottom: 20px;
  font-size: 20px;
}
#top_slider .slick-prev {
  width: 64px;
  height: 64px;
  left: -105px;
  background: url("./slide_prev.png") no-repeat;
  background-size: 100%;
  transition: 0.3s;
}
#top_slider .slick-next {
  width: 64px;
  height: 64px;
  right: -105px;
  background: url("./slide_next.png") no-repeat;
  background-size: 100%;
  transition: 0.3s;
}
.slick-prev:before, .slick-next:before {
  content: "";
}
button.slick-prev, button.slick-next {
  z-index: 10;
}
.slick-prev:hover {
  background: url("./slide_prev.png") no-repeat;
  opacity: 0.6;
  transition: 0.3s;
}
.slick-next:hover {
  background: url("./slide_next.png") no-repeat;
  opacity: 0.6;
  transition: 0.3s;
}
.slick-prev:focus {
  background: url("./slide_prev.png") no-repeat;
}
.slick-next:focus {
  background: url("./slide_next.png") no-repeat;
}
.slick-arrow {
  z-index: 10;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots, .slick-dots > li, .slick-dots > li > button {
  font-size: 0;
}
.slick-dots {
  position: absolute;
  bottom: -40px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.slick-dots > li {
  margin: 0 10px;
}
.slick-dots > li > button {
  overflow: hidden;
  width: 14px;
  height: 14px;
  padding: 0;
  background-color: #D9D8D6;
  border: none;
  border-radius: 50%;
  text-align: left;
  text-indent: -9999em;
  outline: none;
  cursor: pointer;
  appearance: none;
}
.slick-dots > li.slick-active > button {
  background-color: #07B9FF;
}

.contact02 {
  padding: 40px 0 20px;
  color: #fff;
  background: #07B9FF;
}
.h2_03 {
  margin-bottom: 25px;
  font-size: 32px;
}
.contact02_logo {
  margin-bottom: 34px;
}
.ul02 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 482px;
  margin: 0 auto 20px;
}
.ul02 li {
  margin-right: 12px;
  text-align: center;
}
.ul02 li.b01 a {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin: 25px auto 0;
  padding: 20px 34px;
  color: #07B9FF;
  background: #fff;
  border: 1px solid #07B9FF;
  border-radius: 32px;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  transition: .3s;
}
.ul02 li.b01 a:hover {
  text-decoration: none;
  opacity: .8;
  box-shadow: none;
  transition: .3s;
}
.ul02 li.b02 a {
  display: block;
  line-height: 48px;
  color: #fff;
  background: #07B9FF;
  border: 1px solid #fff;
  border-radius: 24px;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  transition: .3s;
}
.ul02 li.b02 a:hover {
  text-decoration: none;
  opacity: .8;
  box-shadow: none;
  transition: .3s;
}
.txt02 {
  font-size: 14px;
}


/* 下層ページ---------------- */
.content01 {
  padding: 150px 0 50px;
}
.main02 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.main02 p {
  margin-bottom: 0;
}
.main02 .p01 {
  margin-bottom: 60px;
}
.h1_01 {
  margin-bottom: 40px;
  font-size: 28px;
}
.h2_04 {
  margin: 2em 0 10px;
  font-size: 20px;
  font-weight: bold;
}
.p02 {
  margin: 3em 0 0;
}
.ol01 {
  margin-left: 3em;
}
.ol01 li {
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}
.p03 {
  margin: 15em 0 0;
}

/* お問い合わせフォーム---------------- */
.wpcf7 {
  background: #fafafa;
  border: 1px solid #ddd;
  font-size: 14px;
  margin: 0 0 2.5em !important;
  padding: 0;
  width: 100%;
}
.wpcf7 form {
  margin: 1.5em 1.5em 0;
}
.wpcf7 p {
  margin-bottom: 1em !important;
  font-size: 12px;
}
.wpcf7 label {
  width: 100%;
  padding-top: 0.5em;
  display: flex;
  justify-content: space-between;
}
.wpcf7 .wpcf7-form-control-wrap {
  width: calc(100% - 150px);
  margin-top: -.5em;
}
.wpcf7 span {
  width: 100%;
}
.wpcf7 input,
.wpcf7 textarea {
  border: 1px solid #ccc;
  box-sizing: border-box;
  line-height: 1.2;
  padding: 8px;
  width: 100%;
}
.wpcf7 select,
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
  border: 1px solid #ccc;
  max-width: 97%;
  padding: 8px;
  width: auto;
}
.wpcf7 select,
.wpcf7 .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 1.2;
}
.wpcf7 select {
  width: 200px;
  outline: none;
  cursor: pointer;
}
.wpcf7 .wpcf7-list-item {
  display: block;
}
.wpcf7 textarea {
  height: 300px;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border: 1px solid #bbb !important;
  box-shadow: inner 0 0 5px rgba(0, 0, 0, 0.5);
  outline: none;
}
.wpcf7 .wpcf7-submit {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 225px;
  height: 48px;
  margin: 30px auto 0;
  background-color: #333333;
  cursor: pointer;
  border: none !important;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.wpcf7 .wpcf7-submit:before,
.wpcf7 .wpcf7-submit:after {
  box-sizing: border-box;
}
.wpcf7 .wpcf7-submit:hover {
  background-color: #666666;
}
.wpcf7 .wpcf7-submit .wpcf7-not-valid {
  background: pink;
}
.wpcf7 .wpcf7-submit .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.wpcf7 .wpcf7-submit .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}
.wpcf7 .wpcf7-submit .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
}

/* wordpress */
.page-header {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 100px 0 30px;
}
h1.page-header_pageTitle {
  font-size: 28px;
}
.siteContent {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto 50px;
  text-align: left;
}
.breadcrumb {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto 50px;
  text-align: left;
}
.breadcrumb li {
  display: inline;
  margin: 0;
  font-size: 12px;
}
.breadcrumb li:after {
  display: inline;
  content: "＞";
  margin: 0 1em;
}
.breadcrumb li:last-child:after {
  display: none;
}
.mainSection {
  width: 70%;
  margin-right: 5%;
}
.subSection {
  width: 25%;
  font-size: 16px;
}
.entry-meta {
  margin-bottom: 10px;
  font-size: 12px;
}
h1.entry-title {
  margin-bottom: 20px;
  font-size: 28px;
}
.postList .media {
  margin-bottom: 50px;
}
.subSection-title {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 18px;
  border-bottom: 1px dotted #ccc;
}
.subSection .media {
  margin-bottom: 20px;
}
.subSection ul {
  margin-bottom: 20px;
}
.entry-body h2 {
  margin-bottom: 10px;
  font-size: 24px;
}
.entry-body ul {
  margin: 0 0 1em 2em;
}
.entry-body ul li {
  line-height: 2;
  list-style: disc;
}



/* 汎用スタイル---------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.img100 img {
  width: 100%;
  height: auto;
}
.bold {
  font-weight: bold;
}

